Method ToSqlStringAsync<TResult>(Expression<Func<RedbObject<TProps>, TResult>>)

Assembly: redb.Core.dll

Returns SQL string for debugging.

public Task<string> ToSqlStringAsync<TResult>(Expression<Func<RedbObject<TProps>, TResult>> selector)